home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt < prev   
Text File  |  2008-08-19  |  54KB  |  2,170 lines

  1. object FrmOptions: TFrmOptions
  2.   Left = 281
  3.   Top = 215
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Preferences'
  8.   ClientHeight = 380
  9.   ClientWidth = 559
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 9
  26.     Top = 344
  27.     Width = 546
  28.     Height = 5
  29.     Shape = bsTopLine
  30.   end
  31.   object Label1: TAPNetscapeLabel
  32.     Left = 178
  33.     Top = 10
  34.     Width = 370
  35.     Height = 20
  36.     Caption = 'Label1'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindow
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = [fsBold]
  42.     ParentColor = False
  43.     ParentFont = False
  44.     Color = clBtnShadow
  45.     Version = 'Version 1.05e-Build 1129'
  46.     BevelOuter = bvNone
  47.     Gradient.EndColor = clBtnShadow
  48.     Gradient.StartColor = clBtnShadow
  49.     SubCaption.Font.Charset = ANSI_CHARSET
  50.     SubCaption.Font.Color = clWhite
  51.     SubCaption.Font.Height = -11
  52.     SubCaption.Font.Name = 'Tahoma'
  53.     SubCaption.Font.Style = []
  54.   end
  55.   object TreeView1: TTreeView
  56.     Left = 9
  57.     Top = 9
  58.     Width = 161
  59.     Height = 329
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Tahoma'
  64.     Font.Style = []
  65.     HideSelection = False
  66.     Indent = 19
  67.     ParentFont = False
  68.     ReadOnly = True
  69.     RightClickSelect = True
  70.     TabOrder = 0
  71.     OnChange = TreeView1Change
  72.     Items.Data = {
  73.       03000000200000000000000000000000FFFFFFFFFFFFFFFF0000000004000000
  74.       0747656E6572616C1E0000000000000000000000FFFFFFFFFFFFFFFF00000000
  75.       0000000005466F6E7473200000000000000000000000FFFFFFFFFFFFFFFF0000
  76.       000000000000075072696E746572270000000000000000000000FFFFFFFFFFFF
  77.       FFFF00000000000000000E45787465726E616C20546F6F6C7320000000000000
  78.       0000000000FFFFFFFFFFFFFFFF000000000000000007537461727475701E0000
  79.       000000000000000000FFFFFFFFFFFFFFFF00000000050000000546696C657320
  80.       0000000000000000000000FFFFFFFFFFFFFFFF00000000000000000746696C74
  81.       6572731F0000000000000000000000FFFFFFFFFFFFFFFF000000000000000006
  82.       53796E746178210000000000000000000000FFFFFFFFFFFFFFFF000000000000
  83.       00000844656661756C7473200000000000000000000000FFFFFFFFFFFFFFFF00
  84.       0000000000000007436F6D70617265250000000000000000000000FFFFFFFFFF
  85.       FFFFFF00000000000000000C4175746F205265636F7665721F00000000000000
  86.       00000000FFFFFFFFFFFFFFFF000000000400000006456469746F722000000000
  87.       00000000000000FFFFFFFFFFFFFFFF000000000000000007446973706C61791F
  88.       0000000000000000000000FFFFFFFFFFFFFFFF000000000000000006436F6C6F
  89.       7273260000000000000000000000FFFFFFFFFFFFFFFF00000000000000000D41
  90.       75746F20436F6D706C657465250000000000000000000000FFFFFFFFFFFFFFFF
  91.       00000000000000000C4175746F20436F7272656374}
  92.   end
  93.   object Notebook1: TNotebook
  94.     Left = 179
  95.     Top = 34
  96.     Width = 378
  97.     Height = 305
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clWindowText
  100.     Font.Height = -11
  101.     Font.Name = 'Tahoma'
  102.     Font.Style = []
  103.     PageIndex = 2
  104.     ParentFont = False
  105.     TabOrder = 1
  106.     object TPage
  107.       Left = 0
  108.       Top = 0
  109.       Caption = 'General'
  110.       object Label16: TLabel
  111.         Left = 11
  112.         Top = 137
  113.         Width = 215
  114.         Height = 13
  115.         Caption = 'Maximum items to hold on internal clipboard: '
  116.       end
  117.       object CkMaximizewinonopen: TCheckBox
  118.         Left = 10
  119.         Top = 38
  120.         Width = 204
  121.         Height = 18
  122.         Caption = 'Maximize document window on open'
  123.         TabOrder = 1
  124.       end
  125.       object CkAllowMultipleInstances: TCheckBox
  126.         Left = 10
  127.         Top = 12
  128.         Width = 241
  129.         Height = 21
  130.         Caption = 'Allow multiple instances (Requires a restart)'
  131.         TabOrder = 0
  132.       end
  133.       object CkCloseFromWs: TCheckBox
  134.         Left = 10
  135.         Top = 62
  136.         Width = 267
  137.         Height = 19
  138.         Caption = 'Close all opened files when loading from workspace'
  139.         TabOrder = 2
  140.       end
  141.       object SpinMaxClipItems: TWinSpinEdit
  142.         Left = 231
  143.         Top = 134
  144.         Width = 42
  145.         Height = 22
  146.         Increment = 1
  147.         MaxLength = 10
  148.         MaxValue = 99
  149.         MinValue = 1
  150.         TabOrder = 5
  151.         Value = 20
  152.       end
  153.       object CkEnhancedDocSwitch: TCheckBox
  154.         Left = 10
  155.         Top = 86
  156.         Width = 175
  157.         Height = 19
  158.         Caption = 'Use enhanced document switch'
  159.         TabOrder = 3
  160.       end
  161.       object CheckTabMiddleClickClose: TCheckBox
  162.         Left = 10
  163.         Top = 110
  164.         Width = 231
  165.         Height = 19
  166.         Caption = 'Middle button click in tab closes document'
  167.         TabOrder = 4
  168.       end
  169.       object Button7: TButton
  170.         Left = 9
  171.         Top = 159
  172.         Width = 120
  173.         Height = 25
  174.         Hint = 'Reactivate "Don'#39't show again'#39' dialog boxes'
  175.         Caption = '&Reactivate dialogs'
  176.         TabOrder = 6
  177.         OnClick = Button7Click
  178.       end
  179.     end
  180.     object TPage
  181.       Left = 0
  182.       Top = 0
  183.       Caption = 'Printer'
  184.       object ckPrintWrap: TCheckBox
  185.         Left = 10
  186.         Top = 33
  187.         Width = 121
  188.         Height = 17
  189.         Caption = 'Word wrap'
  190.         TabOrder = 1
  191.       end
  192.       object ckPrintLineNumber: TCheckBox
  193.         Left = 10
  194.         Top = 11
  195.         Width = 137
  196.         Height = 13
  197.         Caption = 'Show line numbers'
  198.         TabOrder = 0
  199.       end
  200.       object GroupBox1: TGroupBox
  201.         Left = 12
  202.         Top = 56
  203.         Width = 357
  204.         Height = 81
  205.         Caption = 'Header && Footer'
  206.         TabOrder = 2
  207.         object SpeedButton3: TBitBtn
  208.           Left = 327
  209.           Top = 51
  210.           Width = 21
  211.           Height = 21
  212.           TabOrder = 3
  213.           OnClick = SpeedButton3Click
  214.           Glyph.Data = {
  215.             C6000000424DC60000000000000076000000280000000B0000000A0000000100
  216.             04000000000050000000120B0000120B00001000000010000000000000000000
  217.             80000080000000808000800000008000800080800000C0C0C000808080000000
  218.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777770
  219.             0000777777777770000077777777777000007777707777700000777700077770
  220.             0000777000007770000077000000077000007000000000700000777777777770
  221.             00007777777777700000}
  222.         end
  223.         object SpeedButton2: TBitBtn
  224.           Left = 327
  225.           Top = 20
  226.           Width = 21
  227.           Height = 21
  228.           TabOrder = 1
  229.           OnClick = SpeedButton2Click
  230.           Glyph.Data = {
  231.             C6000000424DC60000000000000076000000280000000B0000000A0000000100
  232.             04000000000050000000120B0000120B00001000000010000000000000000000
  233.             80000080000000808000800000008000800080800000C0C0C000808080000000
  234.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777770
  235.             0000777777777770000077777777777000007777707777700000777700077770
  236.             0000777000007770000077000000077000007000000000700000777777777770
  237.             00007777777777700000}
  238.         end
  239.         object txtHeader: TLabeledEdit
  240.           Left = 51
  241.           Top = 20
  242.           Width = 270
  243.           Height = 21
  244.           EditLabel.Width = 39
  245.           EditLabel.Height = 13
  246.           EditLabel.Caption = 'Header:'
  247.           LabelPosition = lpLeft
  248.           TabOrder = 0
  249.         end
  250.         object TxtFooter: TLabeledEdit
  251.           Left = 51
  252.           Top = 51
  253.           Width = 270
  254.           Height = 21
  255.           EditLabel.Width = 36
  256.           EditLabel.Height = 13
  257.           EditLabel.Caption = 'Footer:'
  258.           LabelPosition = lpLeft
  259.           TabOrder = 2
  260.         end
  261.       end
  262.       object GroupBox2: TGroupBox
  263.         Left = 12
  264.         Top = 144
  265.         Width = 357
  266.         Height = 85
  267.         Caption = 'Margins '
  268.         TabOrder = 3
  269.         object Label14: TLabel
  270.           Left = 290
  271.           Top = 55
  272.           Width = 58
  273.           Height = 13
  274.           Caption = 'Centimeters'
  275.         end
  276.         object Label15: TLabel
  277.           Left = 290
  278.           Top = 23
  279.           Width = 58
  280.           Height = 13
  281.           Caption = 'Centimeters'
  282.         end
  283.         object Label13: TLabel
  284.           Left = 111
  285.           Top = 56
  286.           Width = 58
  287.           Height = 13
  288.           Caption = 'Centimeters'
  289.         end
  290.         object Label7: TLabel
  291.           Left = 111
  292.           Top = 23
  293.           Width = 58
  294.           Height = 13
  295.           Caption = 'Centimeters'
  296.         end
  297.         object TxtMLeft: TLabeledEdit
  298.           Left = 52
  299.           Top = 52
  300.           Width = 52
  301.           Height = 21
  302.           EditLabel.Width = 26
  303.           EditLabel.Height = 13
  304.           EditLabel.Caption = 'Left: '
  305.           LabelPosition = lpLeft
  306.           TabOrder = 2
  307.           OnKeyPress = TxtMLeftKeyPress
  308.         end
  309.         object TxtMTop: TLabeledEdit
  310.           Left = 52
  311.           Top = 20
  312.           Width = 52
  313.           Height = 21
  314.           EditLabel.Width = 25
  315.           EditLabel.Height = 13
  316.           EditLabel.Caption = 'Top: '
  317.           LabelPosition = lpLeft
  318.           TabOrder = 0
  319.           OnKeyPress = TxtMLeftKeyPress
  320.         end
  321.         object TxtMBottom: TLabeledEdit
  322.           Left = 231
  323.           Top = 52
  324.           Width = 52
  325.           Height = 21
  326.           EditLabel.Width = 41
  327.           EditLabel.Height = 13
  328.           EditLabel.Caption = 'Bottom :'
  329.           LabelPosition = lpLeft
  330.           TabOrder = 3
  331.           OnKeyPress = TxtMLeftKeyPress
  332.         end
  333.         object TxtMRight: TLabeledEdit
  334.           Left = 231
  335.           Top = 20
  336.           Width = 52
  337.           Height = 21
  338.           EditLabel.Width = 32
  339.           EditLabel.Height = 13
  340.           EditLabel.Caption = 'Right: '
  341.           LabelPosition = lpLeft
  342.           TabOrder = 1
  343.           OnKeyPress = TxtMLeftKeyPress
  344.         end
  345.       end
  346.     end
  347.     object TPage
  348.       Left = 0
  349.       Top = 0
  350.       Caption = 'Editor'
  351.       object Label8: TLabel
  352.         Left = 10
  353.         Top = 15
  354.         Width = 64
  355.         Height = 13
  356.         Caption = 'Left margin : '
  357.       end
  358.       object Label10: TLabel
  359.         Left = 131
  360.         Top = 15
  361.         Width = 55
  362.         Height = 13
  363.         Caption = 'Tab Stops :'
  364.       end
  365.       object CKAutoIdent: TCheckBox
  366.         Left = 221
  367.         Top = 121
  368.         Width = 146
  369.         Height = 17
  370.         Caption = 'Auto indent on new line'
  371.         TabOrder = 15
  372.       end
  373.       object CKAutoBackIdent: TCheckBox
  374.         Left = 221
  375.         Top = 100
  376.         Width = 121
  377.         Height = 17
  378.         Caption = 'Auto back indent'
  379.         TabOrder = 14
  380.       end
  381.       object TxtDelimiters: TLabeledEdit
  382.         Left = 74
  383.         Top = 43
  384.         Width = 287
  385.         Height = 23
  386.         EditLabel.Width = 53
  387.         EditLabel.Height = 13
  388.         EditLabel.Caption = 'Delimiters :'
  389.         Font.Charset = ANSI_CHARSET
  390.         Font.Color = clWindowText
  391.         Font.Height = -12
  392.         Font.Name = 'Courier New'
  393.         Font.Style = []
  394.         LabelPosition = lpLeft
  395.         ParentFont = False
  396.         TabOrder = 2
  397.       end
  398.       object ckSmoothScroll: TCheckBox
  399.         Left = 9
  400.         Top = 229
  401.         Width = 116
  402.         Height = 18
  403.         Caption = 'Smooth scrolling'
  404.         TabOrder = 10
  405.       end
  406.       object CkSmartBrackets: TCheckBox
  407.         Left = 9
  408.         Top = 208
  409.         Width = 136
  410.         Height = 18
  411.         Caption = 'Smart brackets'
  412.         TabOrder = 9
  413.       end
  414.       object CkIndentWithSpaces: TCheckBox
  415.         Left = 221
  416.         Top = 143
  417.         Width = 127
  418.         Height = 16
  419.         Caption = 'Indent using spaces'
  420.         TabOrder = 16
  421.       end
  422.       object CkTrackChanges: TCheckBox
  423.         Left = 9
  424.         Top = 100
  425.         Width = 113
  426.         Height = 14
  427.         Caption = 'Track changes'
  428.         TabOrder = 4
  429.       end
  430.       object TxtLeftMargin: TWinSpinEdit
  431.         Left = 75
  432.         Top = 12
  433.         Width = 41
  434.         Height = 22
  435.         Increment = 1
  436.         MaxLength = 99
  437.         MaxValue = 40
  438.         MinValue = 4
  439.         TabOrder = 0
  440.       end
  441.       object txtTabstops: TWinSpinEdit
  442.         Left = 190
  443.         Top = 12
  444.         Width = 41
  445.         Height = 22
  446.         Increment = 1
  447.         MaxLength = 99
  448.         MaxValue = 40
  449.         MinValue = 2
  450.         TabOrder = 1
  451.       end
  452.       object ckCodeOutlining: TCheckBox
  453.         Left = 9
  454.         Top = 79
  455.         Width = 85
  456.         Height = 14
  457.         Caption = 'Code outline'
  458.         TabOrder = 3
  459.         OnClick = ckCodeOutliningClick
  460.       end
  461.       object CkTabAsSpaces: TCheckBox
  462.         Left = 221
  463.         Top = 164
  464.         Width = 153
  465.         Height = 16
  466.         Caption = 'Use spaces instead of tab'
  467.         TabOrder = 17
  468.         OnClick = CkTabAsSpacesClick
  469.       end
  470.       object CkIncludeRTF: TCheckBox
  471.         Left = 9
  472.         Top = 254
  473.         Width = 198
  474.         Height = 16
  475.         Caption = 'Include RTF on Cut/Copy operations'
  476.         TabOrder = 11
  477.       end
  478.       object ckDiscardTrailingSpaces: TCheckBox
  479.         Left = 221
  480.         Top = 207
  481.         Width = 127
  482.         Height = 16
  483.         Caption = 'Discard trailing spaces'
  484.         TabOrder = 19
  485.       end
  486.       object CkHideCursorOnType: TCheckBox
  487.         Left = 9
  488.         Top = 186
  489.         Width = 145
  490.         Height = 16
  491.         Caption = 'Hide mouse cursor on type'
  492.         TabOrder = 8
  493.       end
  494.       object CheckSmartTabs: TCheckBox
  495.         Left = 240
  496.         Top = 186
  497.         Width = 78
  498.         Height = 16
  499.         Caption = 'Smart tabs'
  500.         TabOrder = 18
  501.       end
  502.       object CkRestrainInsertText: TCheckBox
  503.         Left = 9
  504.         Top = 143
  505.         Width = 167
  506.         Height = 16
  507.         Caption = 'Restrain cursor on insert text'
  508.         TabOrder = 6
  509.       end
  510.       object CkCopyCutNoSelection: TCheckBox
  511.         Left = 9
  512.         Top = 276
  513.         Width = 165
  514.         Height = 32
  515.         Caption = 'Cut/Copy operations without selection apply to current line'
  516.         TabOrder = 12
  517.         WordWrap = True
  518.       end
  519.       object CkEditorDragDrop: TCheckBox
  520.         Left = 9
  521.         Top = 165
  522.         Width = 149
  523.         Height = 16
  524.         Caption = 'Allow text drag and drop'
  525.         TabOrder = 7
  526.       end
  527.       object CkShowFormattingText: TCheckBox
  528.         Left = 9
  529.         Top = 122
  530.         Width = 173
  531.         Height = 14
  532.         Caption = 'Show text formatting progress'
  533.         TabOrder = 5
  534.       end
  535.       object CkIndentPaste: TCheckBox
  536.         Left = 221
  537.         Top = 79
  538.         Width = 148
  539.         Height = 17
  540.         Caption = 'Preserve indent on paste'
  541.         TabOrder = 13
  542.       end
  543.       object CkSmartNewLine: TCheckBox
  544.         Left = 221
  545.         Top = 229
  546.         Width = 92
  547.         Height = 16
  548.         Caption = 'Smart new line'
  549.         TabOrder = 20
  550.       end
  551.       object CkIgnoreClipboardWhiteSpace: TCheckBox
  552.         Left = 221
  553.         Top = 276
  554.         Width = 145
  555.         Height = 28
  556.         Caption = 'Ignore white space on Cut/Copy operations'
  557.         TabOrder = 21
  558.         WordWrap = True
  559.       end
  560.       object CheckAutoCorrectIncSearch: TCheckBox
  561.         Left = 221
  562.         Top = 248
  563.         Width = 142
  564.         Height = 27
  565.         Caption = 'Auto correct incremental search'
  566.         TabOrder = 22
  567.         WordWrap = True
  568.       end
  569.     end
  570.     object TPage
  571.       Left = 0
  572.       Top = 0
  573.       Caption = 'Startup'
  574.       object Label30: TLabel
  575.         Left = 10
  576.         Top = 10
  577.         Width = 199
  578.         Height = 13
  579.         Caption = 'Perform the following actions on startup :'
  580.       end
  581.       object CkShowSplash: TCheckBox
  582.         Left = 25
  583.         Top = 32
  584.         Width = 138
  585.         Height = 19
  586.         Caption = 'Show splash screen'
  587.         TabOrder = 0
  588.       end
  589.       object CkReloadLastWorkspaceAtStartUp: TCheckBox
  590.         Left = 25
  591.         Top = 58
  592.         Width = 191
  593.         Height = 19
  594.         Caption = 'Reload last workspace'
  595.         TabOrder = 1
  596.         OnClick = CkReloadLastWorkspaceAtStartUpClick
  597.       end
  598.       object ChkAskReloadWorkspace: TCheckBox
  599.         Left = 41
  600.         Top = 83
  601.         Width = 207
  602.         Height = 19
  603.         Caption = 'Ask to save workspace before closing'
  604.         TabOrder = 2
  605.       end
  606.       object ckCleanObsoleteHistory: TCheckBox
  607.         Left = 25
  608.         Top = 160
  609.         Width = 158
  610.         Height = 17
  611.         Caption = 'Clean obsolete history files'
  612.         TabOrder = 5
  613.       end
  614.       object Button2: TButton
  615.         Left = 41
  616.         Top = 186
  617.         Width = 70
  618.         Height = 23
  619.         Caption = 'C&lean Now'
  620.         TabOrder = 6
  621.         OnClick = Button2Click
  622.       end
  623.       object Button5: TButton
  624.         Left = 119
  625.         Top = 186
  626.         Width = 70
  627.         Height = 23
  628.         Caption = 'Clea&n All'
  629.         TabOrder = 7
  630.         OnClick = Button5Click
  631.       end
  632.       object CkCheckNewVersionStartup: TCheckBox
  633.         Left = 25
  634.         Top = 110
  635.         Width = 131
  636.         Height = 19
  637.         Caption = 'Check for new version'
  638.         TabOrder = 3
  639.       end
  640.       object CkCreateDocatStartUp: TCheckBox
  641.         Left = 25
  642.         Top = 132
  643.         Width = 136
  644.         Height = 21
  645.         Caption = 'Create new document'
  646.         TabOrder = 4
  647.       end
  648.     end
  649.     object TPage
  650.       Left = 0
  651.       Top = 0
  652.       Caption = 'Files'
  653.       object Label28: TLabel
  654.         Left = 251
  655.         Top = 196
  656.         Width = 32
  657.         Height = 13
  658.         Caption = 'Level :'
  659.       end
  660.       object ChkBackup: TCheckBox
  661.         Left = 10
  662.         Top = 34
  663.         Width = 127
  664.         Height = 14
  665.         Caption = 'Create backup copy:'
  666.         TabOrder = 1
  667.         OnClick = ChkBackupClick
  668.       end
  669.       object CbBackup: TComboBox
  670.         Left = 134
  671.         Top = 30
  672.         Width = 180
  673.         Height = 21
  674.         Style = csDropDownList
  675.         ItemHeight = 13
  676.         TabOrder = 2
  677.         Items.Strings = (
  678.           'Add ~ before file extension'
  679.           'Use BAK extension')
  680.       end
  681.       object CkOpenFileSameDoc: TCheckBox
  682.         Left = 10
  683.         Top = 11
  684.         Width = 289
  685.         Height = 17
  686.         Caption = 'Open file using directory of currently active document'
  687.         TabOrder = 0
  688.       end
  689.       object CkDetectFileChange: TCheckBox
  690.         Left = 10
  691.         Top = 57
  692.         Width = 281
  693.         Height = 16
  694.         Caption = 'Detect when a document is changed outside Twistpad'
  695.         TabOrder = 3
  696.       end
  697.       object CkNewShortCut: TCheckBox
  698.         Left = 10
  699.         Top = 149
  700.         Width = 303
  701.         Height = 16
  702.         Caption = 'Don'#39't show new file dialog when selecting from the toolbar'
  703.         TabOrder = 7
  704.       end
  705.       object CkDiscardTrailingSpacesOnSave: TCheckBox
  706.         Left = 10
  707.         Top = 172
  708.         Width = 191
  709.         Height = 16
  710.         Caption = 'Discard trailing spaces when saving'
  711.         TabOrder = 8
  712.       end
  713.       object CkIncludeRelativeFolder: TCheckBox
  714.         Left = 10
  715.         Top = 195
  716.         Width = 236
  717.         Height = 16
  718.         Caption = 'Include last document folder(s) in tab display.'
  719.         TabOrder = 9
  720.         OnClick = CkIncludeRelativeFolderClick
  721.       end
  722.       object CkCheckbin: TCheckBox
  723.         Left = 10
  724.         Top = 80
  725.         Width = 223
  726.         Height = 16
  727.         Caption = 'Warn when opening a possible binary file'
  728.         TabOrder = 4
  729.       end
  730.       object CkConfirmAnsiWith2ByteSave: TCheckBox
  731.         Left = 10
  732.         Top = 103
  733.         Width = 303
  734.         Height = 16
  735.         Caption = 'Warn when saving a ANSI file with double byte characters'
  736.         TabOrder = 5
  737.       end
  738.       object CkIncludeFullPathCaption: TCheckBox
  739.         Left = 10
  740.         Top = 241
  741.         Width = 175
  742.         Height = 16
  743.         Caption = 'Include full path in the title bar'
  744.         TabOrder = 12
  745.       end
  746.       object SpinFolderLevel: TWinSpinEdit
  747.         Left = 288
  748.         Top = 191
  749.         Width = 42
  750.         Height = 22
  751.         Increment = 1
  752.         MaxLength = 10
  753.         MaxValue = 30
  754.         MinValue = 1
  755.         TabOrder = 10
  756.       end
  757.       object CkShowTabReadOnlyIcon: TCheckBox
  758.         Left = 10
  759.         Top = 218
  760.         Width = 183
  761.         Height = 16
  762.         Caption = 'Show read only icon in tab display'
  763.         TabOrder = 11
  764.       end
  765.       object CheckDetectUtf8NoSig: TCheckBox
  766.         Left = 10
  767.         Top = 126
  768.         Width = 263
  769.         Height = 16
  770.         Caption = 'Automatically detect UTF-8 files without signature'
  771.         TabOrder = 6
  772.       end
  773.     end
  774.     object TPage
  775.       Left = 0
  776.       Top = 0
  777.       Caption = 'Filters'
  778.       object Label2: TLabel
  779.         Left = 6
  780.         Top = 5
  781.         Width = 63
  782.         Height = 13
  783.         Caption = 'Files of type:'
  784.       end
  785.       object Label3: TLabel
  786.         Left = 7
  787.         Top = 218
  788.         Width = 57
  789.         Height = 13
  790.         Caption = 'Description:'
  791.       end
  792.       object Label4: TLabel
  793.         Left = 7
  794.         Top = 259
  795.         Width = 40
  796.         Height = 13
  797.         Caption = 'Pattern:'
  798.       end
  799.       object LbFilters: TListBox
  800.         Left = 5
  801.         Top = 20
  802.         Width = 291
  803.         Height = 193
  804.         ItemHeight = 13
  805.         TabOrder = 0
  806.         OnClick = LbFiltersClick
  807.       end
  808.       object btnAddFilter: TButton
  809.         Left = 301
  810.         Top = 19
  811.         Width = 70
  812.         Height = 22
  813.         Caption = 'A&dd'
  814.         TabOrder = 1
  815.         OnClick = btnAddFilterClick
  816.       end
  817.       object TxtFilterDEscription: TEdit
  818.         Left = 6
  819.         Top = 234
  820.         Width = 291
  821.         Height = 21
  822.         TabOrder = 6
  823.         OnChange = TxtFilterDEscriptionChange
  824.       end
  825.       object TxtFilterPattern: TEdit
  826.         Left = 6
  827.         Top = 273
  828.         Width = 291
  829.         Height = 21
  830.         TabOrder = 7
  831.         OnChange = TxtFilterPatternChange
  832.       end
  833.       object btnRemoveFilter: TButton
  834.         Left = 301
  835.         Top = 46
  836.         Width = 70
  837.         Height = 22
  838.         Caption = '&Remove'
  839.         TabOrder = 2
  840.         OnClick = btnRemoveFilterClick
  841.       end
  842.       object btnMoveDownFilter: TButton
  843.         Left = 301
  844.         Top = 191
  845.         Width = 70
  846.         Height = 22
  847.         Caption = 'Move Do&wn'
  848.         TabOrder = 5
  849.         OnClick = btnMoveDownFilterClick
  850.       end
  851.       object BtnMoveupfilter: TButton
  852.         Left = 301
  853.         Top = 164
  854.         Width = 70
  855.         Height = 22
  856.         Caption = '&Move Up'
  857.         TabOrder = 4
  858.         OnClick = BtnMoveupfilterClick
  859.       end
  860.       object BtnFilterSort: TButton
  861.         Left = 301
  862.         Top = 137
  863.         Width = 70
  864.         Height = 22
  865.         Caption = '&Sort'
  866.         TabOrder = 3
  867.         OnClick = BtnFilterSortClick
  868.       end
  869.     end
  870.     object TPage
  871.       Left = 0
  872.       Top = 0
  873.       Caption = 'Syntax'
  874.       object Label11: TLabel
  875.         Left = 8
  876.         Top = 5
  877.         Width = 122
  878.         Height = 13
  879.         Caption = 'Registered syntax types:'
  880.       end
  881.       object JvLinkLabel1: TJvLinkLabel
  882.         Left = 8
  883.         Top = 272
  884.         Width = 361
  885.         Height = 26
  886.         OnLinkClick = JvLinkLabel1LinkClick
  887.         Caption = 
  888.           'For syntax editing, view help for more information or alternativ' +
  889.           'ely you can visit the <link>Carthago web site</link> for additio' +
  890.           'nal syntax highlight files'
  891.         Text.Strings = (
  892.           
  893.             'For syntax editing, view help for more information or alternativ' +
  894.             'ely you can visit the <link>Carthago web site</link> for additio' +
  895.             'nal syntax highlight files')
  896.         Transparent = False
  897.         LinkColor = clBlue
  898.         LinkColorClicked = clRed
  899.         LinkColorHot = clPurple
  900.         LinkStyle = [fsUnderline]
  901.         HotLinks = False
  902.         AutoHeight = True
  903.         MarginWidth = 0
  904.         MarginHeight = 0
  905.       end
  906.       object lvwSyntax: TdfsEnhListView
  907.         Left = 7
  908.         Top = 23
  909.         Width = 365
  910.         Height = 246
  911.         AutoColumnSort = acsSortToggle
  912.         NoColumnResize = False
  913.         Style = lvOwnerDrawFixed
  914.         OnDrawItem = lvwSyntaxDrawItem
  915.         OnDblClick = lvwSyntaxDblClick
  916.         Columns = <
  917.           item
  918.             Caption = 'Syntax Name'
  919.             Width = 150
  920.           end
  921.           item
  922.             Caption = 'Extensions'
  923.             Width = 90
  924.           end
  925.           item
  926.             Caption = 'FileName'
  927.             Width = 100
  928.           end>
  929.         ReadOnly = True
  930.         TabOrder = 0
  931.         ViewStyle = vsReport
  932.       end
  933.     end
  934.     object TPage
  935.       Left = 0
  936.       Top = 0
  937.       Caption = 'External Tools'
  938.       object Label17: TLabel
  939.         Left = 9
  940.         Top = 262
  941.         Width = 45
  942.         Height = 13
  943.         Caption = 'Shortcut:'
  944.         Enabled = False
  945.       end
  946.       object SpeedButton1: TBitBtn
  947.         Left = 346
  948.         Top = 206
  949.         Width = 21
  950.         Height = 21
  951.         Enabled = False
  952.         TabOrder = 9
  953.         OnClick = SpeedButton1Click
  954.         Glyph.Data = {
  955.           C6000000424DC60000000000000076000000280000000B0000000A0000000100
  956.           04000000000050000000120B0000120B00001000000010000000000000000000
  957.           80000080000000808000800000008000800080800000C0C0C000808080000000
  958.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777770
  959.           0000777777777770000077777777777000007777707777700000777700077770
  960.           0000777000007770000077000000077000007000000000700000777777777770
  961.           00007777777777700000}
  962.       end
  963.       object LbTools: TListBox
  964.         Left = 5
  965.         Top = 8
  966.         Width = 288
  967.         Height = 137
  968.         ItemHeight = 13
  969.         TabOrder = 0
  970.         OnClick = LbToolsClick
  971.       end
  972.       object AddTools: TButton
  973.         Left = 298
  974.         Top = 8
  975.         Width = 70
  976.         Height = 22
  977.         Caption = 'Ad&d'
  978.         TabOrder = 1
  979.         OnClick = AddToolsClick
  980.       end
  981.       object RemoveTools: TButton
  982.         Left = 298
  983.         Top = 35
  984.         Width = 70
  985.         Height = 22
  986.         Caption = '&Remove'
  987.         TabOrder = 2
  988.         OnClick = RemoveToolsClick
  989.       end
  990.       object MoveUpTools: TButton
  991.         Left = 298
  992.         Top = 97
  993.         Width = 70
  994.         Height = 22
  995.         Caption = 'Move &Up'
  996.         TabOrder = 3
  997.         OnClick = MoveUpToolsClick
  998.       end
  999.       object MoveDownTools: TButton
  1000.         Left = 298
  1001.         Top = 123
  1002.         Width = 70
  1003.         Height = 22
  1004.         Caption = '&Move Down'
  1005.         TabOrder = 4
  1006.         OnClick = MoveDownToolsClick
  1007.       end
  1008.       object txtToolsDescription: TLabeledEdit
  1009.         Left = 85
  1010.         Top = 152
  1011.         Width = 283
  1012.         Height = 21
  1013.         EditLabel.Width = 75
  1014.         EditLabel.Height = 13
  1015.         EditLabel.Caption = 'Description:      '
  1016.         Enabled = False
  1017.         LabelPosition = lpLeft
  1018.         TabOrder = 5
  1019.         OnChange = txtToolsDescriptionChange
  1020.       end
  1021.       object TxtToolsFilename: TLabeledEdit
  1022.         Left = 86
  1023.         Top = 180
  1024.         Width = 251
  1025.         Height = 21
  1026.         EditLabel.Width = 74
  1027.         EditLabel.Height = 13
  1028.         EditLabel.Caption = 'Application:      '
  1029.         Enabled = False
  1030.         LabelPosition = lpLeft
  1031.         TabOrder = 6
  1032.         OnChange = TxtToolsFilenameChange
  1033.       end
  1034.       object BtnBrowseTool: TButton
  1035.         Left = 346
  1036.         Top = 178
  1037.         Width = 21
  1038.         Height = 21
  1039.         Caption = '...'
  1040.         Enabled = False
  1041.         TabOrder = 7
  1042.         OnClick = BtnBrowseToolClick
  1043.       end
  1044.       object TxtToolsParameters: TLabeledEdit
  1045.         Left = 86
  1046.         Top = 207
  1047.         Width = 251
  1048.         Height = 21
  1049.         EditLabel.Width = 74
  1050.         EditLabel.Height = 13
  1051.         EditLabel.Caption = 'Parameters:     '
  1052.         Enabled = False
  1053.         LabelPosition = lpLeft
  1054.         TabOrder = 8
  1055.         OnChange = TxtToolsParametersChange
  1056.       end
  1057.       object ChkToolsCaptureOut: TCheckBox
  1058.         Left = 6
  1059.         Top = 285
  1060.         Width = 96
  1061.         Height = 19
  1062.         Caption = 'Capture outpu&t'
  1063.         Enabled = False
  1064.         TabOrder = 13
  1065.         OnClick = ChkToolsCaptureOutClick
  1066.       end
  1067.       object TxtToolsShortcut: THotKey
  1068.         Left = 86
  1069.         Top = 259
  1070.         Width = 124
  1071.         Height = 21
  1072.         Enabled = False
  1073.         HotKey = 32833
  1074.         TabOrder = 12
  1075.         OnChange = TxtToolsShortcutChange
  1076.       end
  1077.       object ChkToolsSaveFile: TCheckBox
  1078.         Left = 110
  1079.         Top = 285
  1080.         Width = 136
  1081.         Height = 19
  1082.         Caption = 'Save active docum&ent'
  1083.         Enabled = False
  1084.         TabOrder = 14
  1085.         OnClick = ChkToolsSaveFileClick
  1086.       end
  1087.       object txtInitialFolder: TLabeledEdit
  1088.         Left = 86
  1089.         Top = 233
  1090.         Width = 251
  1091.         Height = 21
  1092.         EditLabel.Width = 75
  1093.         EditLabel.Height = 13
  1094.         EditLabel.Caption = 'Initial Folder:    '
  1095.         Enabled = False
  1096.         LabelPosition = lpLeft
  1097.         TabOrder = 10
  1098.         OnChange = txtInitialFolderChange
  1099.       end
  1100.       object BitBtn1: TBitBtn
  1101.         Left = 346
  1102.         Top = 233
  1103.         Width = 21
  1104.         Height = 21
  1105.         Enabled = False
  1106.         TabOrder = 11
  1107.         OnClick = BitBtn1Click
  1108.         Glyph.Data = {
  1109.           C6000000424DC60000000000000076000000280000000B0000000A0000000100
  1110.           04000000000050000000120B0000120B00001000000010000000000000000000
  1111.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1112.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777770
  1113.           0000777777777770000077777777777000007777707777700000777700077770
  1114.           0000777000007770000077000000077000007000000000700000777777777770
  1115.           00007777777777700000}
  1116.       end
  1117.     end
  1118.     object TPage
  1119.       Left = 0
  1120.       Top = 0
  1121.       Caption = 'Compare'
  1122.       object ckIgnoreCase: TCheckBox
  1123.         Left = 10
  1124.         Top = 11
  1125.         Width = 90
  1126.         Height = 16
  1127.         Caption = 'Ignore case'
  1128.         TabOrder = 0
  1129.       end
  1130.       object CkIgnoreBlanks: TCheckBox
  1131.         Left = 10
  1132.         Top = 37
  1133.         Width = 134
  1134.         Height = 14
  1135.         Caption = 'Ignore blanks'
  1136.         TabOrder = 1
  1137.       end
  1138.       object CkSyntax: TCheckBox
  1139.         Left = 139
  1140.         Top = 10
  1141.         Width = 146
  1142.         Height = 20
  1143.         Caption = 'Show syntax highlight'
  1144.         TabOrder = 2
  1145.       end
  1146.       object GroupBox3: TGroupBox
  1147.         Left = 9
  1148.         Top = 59
  1149.         Width = 358
  1150.         Height = 235
  1151.         Caption = 'Colors'
  1152.         TabOrder = 4
  1153.         object CkCompIgnoreForeColor: TCheckBox
  1154.           Left = 10
  1155.           Top = 22
  1156.           Width = 140
  1157.           Height = 14
  1158.           Caption = 'Ignore foreground color'
  1159.           TabOrder = 0
  1160.         end
  1161.         object AddPane: TPanel
  1162.           Left = 10
  1163.           Top = 51
  1164.           Width = 335
  1165.           Height = 18
  1166.           Alignment = taLeftJustify
  1167.           BevelOuter = bvNone
  1168.           Caption = ' Added line color'
  1169.           TabOrder = 1
  1170.         end
  1171.         object Button9: TButton
  1172.           Left = 163
  1173.           Top = 74
  1174.           Width = 70
  1175.           Height = 23
  1176.           Caption = 'Foreground'
  1177.           TabOrder = 2
  1178.           OnClick = Button9Click
  1179.         end
  1180.         object Button8: TButton
  1181.           Left = 238
  1182.           Top = 74
  1183.           Width = 70
  1184.           Height = 23
  1185.           Caption = 'Background'
  1186.           TabOrder = 3
  1187.           OnClick = Button8Click
  1188.         end
  1189.         object ModPane: TPanel
  1190.           Left = 11
  1191.           Top = 113
  1192.           Width = 335
  1193.           Height = 18
  1194.           Alignment = taLeftJustify
  1195.           BevelOuter = bvNone
  1196.           Caption = ' Modified line color'
  1197.           TabOrder = 4
  1198.         end
  1199.         object Button11: TButton
  1200.           Left = 164
  1201.           Top = 136
  1202.           Width = 70
  1203.           Height = 23
  1204.           Caption = 'Foreground'
  1205.           TabOrder = 5
  1206.           OnClick = Button11Click
  1207.         end
  1208.         object Button10: TButton
  1209.           Left = 239
  1210.           Top = 136
  1211.           Width = 70
  1212.           Height = 23
  1213.           Caption = 'Background'
  1214.           TabOrder = 6
  1215.           OnClick = Button10Click
  1216.         end
  1217.         object RemPane: TPanel
  1218.           Left = 11
  1219.           Top = 174
  1220.           Width = 335
  1221.           Height = 18
  1222.           Alignment = taLeftJustify
  1223.           BevelOuter = bvNone
  1224.           Caption = ' Removed line color'
  1225.           TabOrder = 7
  1226.         end
  1227.         object Button13: TButton
  1228.           Left = 164
  1229.           Top = 197
  1230.           Width = 70
  1231.           Height = 23
  1232.           Caption = 'Foreground'
  1233.           TabOrder = 8
  1234.           OnClick = Button13Click
  1235.         end
  1236.         object Button12: TButton
  1237.           Left = 239
  1238.           Top = 197
  1239.           Width = 70
  1240.           Height = 23
  1241.           Caption = 'Background'
  1242.           TabOrder = 9
  1243.           OnClick = Button12Click
  1244.         end
  1245.       end
  1246.       object CkCompareHorizontal: TCheckBox
  1247.         Left = 139
  1248.         Top = 34
  1249.         Width = 146
  1250.         Height = 20
  1251.         Caption = 'Horizontal display'
  1252.         TabOrder = 3
  1253.       end
  1254.     end
  1255.     object TPage
  1256.       Left = 0
  1257.       Top = 0
  1258.       Caption = 'Auto Complete'
  1259.       object Image1: TImage
  1260.         Left = 162
  1261.         Top = 74
  1262.         Width = 11
  1263.         Height = 11
  1264.         AutoSize = True
  1265.         Picture.Data = {<image000.bmp>}
  1266.         Transparent = True
  1267.       end
  1268.       object Image2: TImage
  1269.         Left = 162
  1270.         Top = 97
  1271.         Width = 16
  1272.         Height = 16
  1273.         AutoSize = True
  1274.         Picture.Data = {<image001.bmp>}
  1275.         Transparent = True
  1276.       end
  1277.       object Image3: TImage
  1278.         Left = 162
  1279.         Top = 122
  1280.         Width = 16
  1281.         Height = 16
  1282.         AutoSize = True
  1283.         Picture.Data = {<image002.bmp>}
  1284.         Transparent = True
  1285.       end
  1286.       object Image4: TImage
  1287.         Left = 183
  1288.         Top = 97
  1289.         Width = 16
  1290.         Height = 16
  1291.         AutoSize = True
  1292.         Picture.Data = {<image003.bmp>}
  1293.         Transparent = True
  1294.       end
  1295.       object Label9: TLabel
  1296.         Left = 73
  1297.         Top = 166
  1298.         Width = 145
  1299.         Height = 13
  1300.         Caption = '(0 for unlimited lines scanning)'
  1301.       end
  1302.       object JvLinkLabel2: TJvLinkLabel
  1303.         Left = 26
  1304.         Top = 36
  1305.         Width = 217
  1306.         Height = 26
  1307.         Caption = 
  1308.           'Twistpad will suggest words and statements in the following mann' +
  1309.           'ers:'
  1310.         Text.Strings = (
  1311.           
  1312.             'Twistpad will suggest words and statements in the following mann' +
  1313.             'ers:')
  1314.         Transparent = False
  1315.         LinkColor = clBlue
  1316.         LinkColorClicked = clRed
  1317.         LinkColorHot = clPurple
  1318.         LinkStyle = [fsUnderline]
  1319.         HotLinks = False
  1320.         AutoHeight = True
  1321.         MarginWidth = 0
  1322.         MarginHeight = 0
  1323.       end
  1324.       object ckAutocomplete: TCheckBox
  1325.         Left = 15
  1326.         Top = 8
  1327.         Width = 214
  1328.         Height = 17
  1329.         Caption = 'Turn Auto Complete on'
  1330.         TabOrder = 0
  1331.         OnClick = ckAutocompleteClick
  1332.       end
  1333.       object ckACKeywords: TCheckBox
  1334.         Left = 55
  1335.         Top = 72
  1336.         Width = 70
  1337.         Height = 18
  1338.         Caption = 'Keywords'
  1339.         TabOrder = 1
  1340.       end
  1341.       object CkACSamePath: TCheckBox
  1342.         Left = 55
  1343.         Top = 96
  1344.         Width = 104
  1345.         Height = 18
  1346.         Caption = 'Files and folders'
  1347.         TabOrder = 2
  1348.       end
  1349.       object CkACWords: TCheckBox
  1350.         Left = 55
  1351.         Top = 122
  1352.         Width = 99
  1353.         Height = 16
  1354.         Caption = 'Backward words '
  1355.         TabOrder = 3
  1356.       end
  1357.       object txtACLines: TLabeledEdit
  1358.         Left = 161
  1359.         Top = 144
  1360.         Width = 57
  1361.         Height = 21
  1362.         EditLabel.Width = 86
  1363.         EditLabel.Height = 13
  1364.         EditLabel.Caption = 'Max lines to scan:'
  1365.         LabelPosition = lpLeft
  1366.         TabOrder = 4
  1367.         Text = '10000'
  1368.         OnKeyPress = txtACLinesKeyPress
  1369.       end
  1370.     end
  1371.     object TPage
  1372.       Left = 0
  1373.       Top = 0
  1374.       Caption = 'Colors'
  1375.       object Label47: TLabel
  1376.         Left = 238
  1377.         Top = 49
  1378.         Width = 60
  1379.         Height = 13
  1380.         Caption = 'Background:'
  1381.       end
  1382.       object Label19: TLabel
  1383.         Left = 237
  1384.         Top = 4
  1385.         Width = 60
  1386.         Height = 13
  1387.         Caption = 'Foreground:'
  1388.       end
  1389.       object Label20: TLabel
  1390.         Left = 8
  1391.         Top = 4
  1392.         Width = 66
  1393.         Height = 13
  1394.         Caption = 'Display items:'
  1395.       end
  1396.       object Label21: TLabel
  1397.         Left = 9
  1398.         Top = 148
  1399.         Width = 42
  1400.         Height = 13
  1401.         Caption = 'Preview:'
  1402.       end
  1403.       object LbEditorColors: TListBox
  1404.         Left = 7
  1405.         Top = 20
  1406.         Width = 224
  1407.         Height = 121
  1408.         ItemHeight = 13
  1409.         TabOrder = 0
  1410.         OnClick = LbEditorColorsClick
  1411.       end
  1412.       object CmbForeground: TColorComboBox
  1413.         Left = 236
  1414.         Top = 20
  1415.         Width = 135
  1416.         Height = 22
  1417.         Items = <>
  1418.         TabOrder = 1
  1419.         JapaneseText = False
  1420.         CustomColorSave = True
  1421.         CustomColorSaveOption.Section = 'PrefsCustomColors'
  1422.         ShowSysColor = True
  1423.         ChangeControlFont = False
  1424.         Value = clNone
  1425.         CustomColor = clNone
  1426.         OnChange = CmbForegroundChange
  1427.       end
  1428.       object CmbBackground: TColorComboBox
  1429.         Left = 236
  1430.         Top = 65
  1431.         Width = 135
  1432.         Height = 22
  1433.         Items = <>
  1434.         TabOrder = 2
  1435.         JapaneseText = False
  1436.         CustomColorSave = True
  1437.         CustomColorSaveOption.Section = 'PrefsCustomColors'
  1438.         ShowSysColor = True
  1439.         ChangeControlFont = True
  1440.         Value = clNone
  1441.         CustomColor = clNone
  1442.         OnChange = CmbBackgroundChange
  1443.       end
  1444.       object PanePreviewColor: TPanel
  1445.         Left = 7
  1446.         Top = 165
  1447.         Width = 363
  1448.         Height = 33
  1449.         BevelOuter = bvNone
  1450.         BorderStyle = bsSingle
  1451.         Caption = 'AaBbCcXxYyZz'
  1452.         Ctl3D = False
  1453.         ParentCtl3D = False
  1454.         TabOrder = 3
  1455.       end
  1456.     end
  1457.     object TPage
  1458.       Left = 0
  1459.       Top = 0
  1460.       Caption = 'Fonts'
  1461.       object Label22: TLabel
  1462.         Left = 8
  1463.         Top = 4
  1464.         Width = 66
  1465.         Height = 13
  1466.         Caption = 'Display items:'
  1467.       end
  1468.       object Label23: TLabel
  1469.         Left = 9
  1470.         Top = 172
  1471.         Width = 42
  1472.         Height = 13
  1473.         Caption = 'Preview:'
  1474.       end
  1475.       object Label24: TLabel
  1476.         Left = 9
  1477.         Top = 131
  1478.         Width = 186
  1479.         Height = 13
  1480.         Caption = 'Font (Bold indicates fixed width fonts):'
  1481.       end
  1482.       object Label25: TLabel
  1483.         Left = 311
  1484.         Top = 131
  1485.         Width = 23
  1486.         Height = 13
  1487.         Caption = 'Size:'
  1488.       end
  1489.       object LbFonts: TListBox
  1490.         Left = 6
  1491.         Top = 20
  1492.         Width = 367
  1493.         Height = 105
  1494.         ItemHeight = 13
  1495.         TabOrder = 0
  1496.         OnClick = LbFontsClick
  1497.       end
  1498.       object PnlFontPrev: TPanel
  1499.         Left = 7
  1500.         Top = 189
  1501.         Width = 367
  1502.         Height = 33
  1503.         BevelOuter = bvNone
  1504.         BorderStyle = bsSingle
  1505.         Caption = 'AaBbCcXxYyZz'
  1506.         Ctl3D = False
  1507.         ParentCtl3D = False
  1508.         TabOrder = 3
  1509.       end
  1510.       object CmbFont: TComboBox
  1511.         Left = 7
  1512.         Top = 146
  1513.         Width = 293
  1514.         Height = 22
  1515.         Style = csOwnerDrawFixed
  1516.         ItemHeight = 16
  1517.         TabOrder = 1
  1518.         OnClick = CmbFontClick
  1519.         OnDrawItem = CmbFontDrawItem
  1520.       end
  1521.       object CmbFontSize: TComboBox
  1522.         Left = 310
  1523.         Top = 146
  1524.         Width = 65
  1525.         Height = 21
  1526.         Style = csDropDownList
  1527.         ItemHeight = 13
  1528.         TabOrder = 2
  1529.         OnClick = CmbFontClick
  1530.         Items.Strings = (
  1531.           '6'
  1532.           '7'
  1533.           '8'
  1534.           '9'
  1535.           '10'
  1536.           '11'
  1537.           '12'
  1538.           '13'
  1539.           '14'
  1540.           '15'
  1541.           '16'
  1542.           '17'
  1543.           '18'
  1544.           '19'
  1545.           '20'
  1546.           '21'
  1547.           '22'
  1548.           '23'
  1549.           '24')
  1550.       end
  1551.     end
  1552.     object TPage
  1553.       Left = 0
  1554.       Top = 0
  1555.       Caption = 'Auto Correct'
  1556.       object LvwAC: TdfsEnhListView
  1557.         Left = 9
  1558.         Top = 75
  1559.         Width = 360
  1560.         Height = 196
  1561.         NoColumnResize = False
  1562.         Style = lvOwnerDrawFixed
  1563.         OnDrawItem = LvwACDrawItem
  1564.         ColumnClick = False
  1565.         Columns = <
  1566.           item
  1567.             Width = 138
  1568.           end
  1569.           item
  1570.             Width = 140
  1571.           end>
  1572.         ReadOnly = True
  1573.         HideSelection = False
  1574.         ShowColumnHeaders = False
  1575.         TabOrder = 4
  1576.         ViewStyle = vsReport
  1577.       end
  1578.       object CkAutoCorrect: TCheckBox
  1579.         Left = 10
  1580.         Top = 8
  1581.         Width = 214
  1582.         Height = 17
  1583.         Caption = 'Replace text as you type'
  1584.         TabOrder = 0
  1585.         OnClick = CkAutoCorrectClick
  1586.       end
  1587.       object txtACReplace: TLabeledEdit
  1588.         Left = 9
  1589.         Top = 48
  1590.         Width = 134
  1591.         Height = 21
  1592.         EditLabel.Width = 42
  1593.         EditLabel.Height = 13
  1594.         EditLabel.Caption = 'Replace:'
  1595.         TabOrder = 1
  1596.       end
  1597.       object txtACWith: TLabeledEdit
  1598.         Left = 153
  1599.         Top = 48
  1600.         Width = 134
  1601.         Height = 21
  1602.         EditLabel.Width = 26
  1603.         EditLabel.Height = 13
  1604.         EditLabel.Caption = 'With:'
  1605.         TabOrder = 2
  1606.         OnKeyPress = txtACWithKeyPress
  1607.       end
  1608.       object BtnAcAdd: TButton
  1609.         Left = 299
  1610.         Top = 45
  1611.         Width = 70
  1612.         Height = 23
  1613.         Caption = '&Add'
  1614.         TabOrder = 3
  1615.         OnClick = BtnAcAddClick
  1616.       end
  1617.       object BtnAcRemove: TButton
  1618.         Left = 9
  1619.         Top = 275
  1620.         Width = 70
  1621.         Height = 23
  1622.         Caption = '&Remove'
  1623.         TabOrder = 5
  1624.         OnClick = BtnAcRemoveClick
  1625.       end
  1626.     end
  1627.     object TPage
  1628.       Left = 0
  1629.       Top = 0
  1630.       Caption = 'Display'
  1631.       object Label12: TLabel
  1632.         Left = 213
  1633.         Top = 31
  1634.         Width = 44
  1635.         Height = 13
  1636.         Caption = 'Position :'
  1637.       end
  1638.       object CkMarkEOT: TCheckBox
  1639.         Left = 9
  1640.         Top = 236
  1641.         Width = 137
  1642.         Height = 16
  1643.         Caption = 'Show end of file line'
  1644.         TabOrder = 10
  1645.       end
  1646.       object ckWrapAtRightLine: TCheckBox
  1647.         Left = 212
  1648.         Top = 52
  1649.         Width = 105
  1650.         Height = 18
  1651.         Caption = 'Wrap at right Line'
  1652.         TabOrder = 15
  1653.         OnClick = CkRightLineClick
  1654.       end
  1655.       object CkRightLine: TCheckBox
  1656.         Left = 195
  1657.         Top = 8
  1658.         Width = 102
  1659.         Height = 18
  1660.         Caption = 'Show right line'
  1661.         TabOrder = 13
  1662.         OnClick = CkRightLineClick
  1663.       end
  1664.       object ChkRuler: TCheckBox
  1665.         Left = 9
  1666.         Top = 212
  1667.         Width = 136
  1668.         Height = 18
  1669.         Caption = 'Show ruler'
  1670.         TabOrder = 9
  1671.       end
  1672.       object CkShowLineNumbers: TCheckBox
  1673.         Left = 27
  1674.         Top = 144
  1675.         Width = 116
  1676.         Height = 21
  1677.         Caption = 'Show line numbers'
  1678.         TabOrder = 6
  1679.         OnClick = CkShowLineNumbersClick
  1680.       end
  1681.       object CkShowGutter: TCheckBox
  1682.         Left = 10
  1683.         Top = 123
  1684.         Width = 128
  1685.         Height = 18
  1686.         Caption = 'Show gutter'
  1687.         TabOrder = 5
  1688.         OnClick = CkShowGutterClick
  1689.       end
  1690.       object CkHighlightBrackets: TCheckBox
  1691.         Left = 10
  1692.         Top = 100
  1693.         Width = 112
  1694.         Height = 17
  1695.         Caption = 'Highlight brackets'
  1696.         TabOrder = 4
  1697.       end
  1698.       object CkHighlightCurrentLine: TCheckBox
  1699.         Left = 10
  1700.         Top = 76
  1701.         Width = 128
  1702.         Height = 17
  1703.         Caption = 'Highlight current line'
  1704.         TabOrder = 3
  1705.       end
  1706.       object CkActiveURLs: TCheckBox
  1707.         Left = 28
  1708.         Top = 55
  1709.         Width = 151
  1710.         Height = 13
  1711.         Caption = 'Active internet links'
  1712.         TabOrder = 2
  1713.       end
  1714.       object CkUrls: TCheckBox
  1715.         Left = 10
  1716.         Top = 34
  1717.         Width = 137
  1718.         Height = 13
  1719.         Caption = 'Highlight internet links'
  1720.         TabOrder = 1
  1721.         OnClick = CkUrlsClick
  1722.       end
  1723.       object TxtRightLine: TWinSpinEdit
  1724.         Left = 263
  1725.         Top = 28
  1726.         Width = 42
  1727.         Height = 22
  1728.         Increment = 1
  1729.         MaxLength = 10
  1730.         MaxValue = 999
  1731.         MinValue = 1
  1732.         TabOrder = 14
  1733.       end
  1734.       object ckVirtualSpace: TCheckBox
  1735.         Left = 9
  1736.         Top = 259
  1737.         Width = 137
  1738.         Height = 16
  1739.         Caption = 'Show virtual spaces'
  1740.         TabOrder = 11
  1741.       end
  1742.       object CKFullLineselect: TCheckBox
  1743.         Left = 10
  1744.         Top = 8
  1745.         Width = 137
  1746.         Height = 19
  1747.         Caption = 'Full line select'
  1748.         TabOrder = 0
  1749.       end
  1750.       object ckShowSeparators: TCheckBox
  1751.         Left = 9
  1752.         Top = 281
  1753.         Width = 150
  1754.         Height = 16
  1755.         Caption = 'Show function separators'
  1756.         TabOrder = 12
  1757.       end
  1758.       object CkNumberAllLines: TCheckBox
  1759.         Left = 43
  1760.         Top = 166
  1761.         Width = 116
  1762.         Height = 21
  1763.         Caption = 'Number all lines'
  1764.         TabOrder = 7
  1765.         OnClick = CkNumberAllLinesClick
  1766.       end
  1767.       object CkShowCurrentLine: TCheckBox
  1768.         Left = 43
  1769.         Top = 189
  1770.         Width = 110
  1771.         Height = 21
  1772.         Caption = 'Show current line'
  1773.         TabOrder = 8
  1774.       end
  1775.       object CheckFullRightLine: TCheckBox
  1776.         Left = 212
  1777.         Top = 76
  1778.         Width = 137
  1779.         Height = 16
  1780.         Caption = 'Paint beyond right line'
  1781.         TabOrder = 16
  1782.       end
  1783.       object CkParagraphs: TCheckBox
  1784.         Left = 212
  1785.         Top = 166
  1786.         Width = 77
  1787.         Height = 15
  1788.         Caption = 'Paragraphs'
  1789.         TabOrder = 20
  1790.       end
  1791.       object CkSpaces: TCheckBox
  1792.         Left = 212
  1793.         Top = 144
  1794.         Width = 53
  1795.         Height = 15
  1796.         Caption = 'Spaces'
  1797.         TabOrder = 19
  1798.       end
  1799.       object CKTabs: TCheckBox
  1800.         Left = 212
  1801.         Top = 123
  1802.         Width = 45
  1803.         Height = 15
  1804.         Caption = 'Tabs'
  1805.         TabOrder = 18
  1806.       end
  1807.       object CkShowHiddenChars: TCheckBox
  1808.         Left = 195
  1809.         Top = 103
  1810.         Width = 112
  1811.         Height = 17
  1812.         Caption = 'Show white space '
  1813.         TabOrder = 17
  1814.         OnClick = CkShowHiddenCharsClick
  1815.       end
  1816.       object CkIndentGuides: TCheckBox
  1817.         Left = 195
  1818.         Top = 189
  1819.         Width = 137
  1820.         Height = 16
  1821.         Caption = 'Show indentation guides'
  1822.         TabOrder = 21
  1823.         OnClick = CkIndentGuidesClick
  1824.       end
  1825.       object CkColoredIndentGuides: TCheckBox
  1826.         Left = 212
  1827.         Top = 212
  1828.         Width = 141
  1829.         Height = 15
  1830.         Caption = 'Alternate colored guides'
  1831.         TabOrder = 22
  1832.       end
  1833.     end
  1834.     object TPage
  1835.       Left = 0
  1836.       Top = 0
  1837.       Caption = 'Auto Recover'
  1838.       object Label5: TLabel
  1839.         Left = 280
  1840.         Top = 31
  1841.         Width = 37
  1842.         Height = 13
  1843.         Caption = 'Minutes'
  1844.       end
  1845.       object Label6: TLabel
  1846.         Left = 33
  1847.         Top = 31
  1848.         Width = 185
  1849.         Height = 13
  1850.         Caption = 'Save Auto Recover information every:'
  1851.       end
  1852.       object CkAutoRecover: TCheckBox
  1853.         Left = 16
  1854.         Top = 8
  1855.         Width = 129
  1856.         Height = 17
  1857.         Caption = 'Enable Auto Recover'
  1858.         TabOrder = 0
  1859.         OnClick = CkAutoRecoverClick
  1860.       end
  1861.       object TxtRecoverInterval: TWinSpinEdit
  1862.         Left = 228
  1863.         Top = 26
  1864.         Width = 44
  1865.         Height = 22
  1866.         Increment = 1
  1867.         MaxLength = 999
  1868.         MaxValue = 999
  1869.         MinValue = 1
  1870.         TabOrder = 1
  1871.       end
  1872.     end
  1873.     object TPage
  1874.       Left = 0
  1875.       Top = 0
  1876.       Caption = 'Defaults'
  1877.       object Label18: TLabel
  1878.         Left = 18
  1879.         Top = 65
  1880.         Width = 58
  1881.         Height = 13
  1882.         Caption = 'EOL &format:'
  1883.         FocusControl = cbLinebreak
  1884.         Transparent = True
  1885.       end
  1886.       object Label26: TLabel
  1887.         Left = 18
  1888.         Top = 97
  1889.         Width = 82
  1890.         Height = 13
  1891.         Caption = 'Encoding &format:'
  1892.         FocusControl = cbLinebreak
  1893.         Transparent = True
  1894.       end
  1895.       object Label27: TLabel
  1896.         Left = 10
  1897.         Top = 8
  1898.         Width = 355
  1899.         Height = 13
  1900.         Caption = 
  1901.           'When creating a new document automatically apply the following f' +
  1902.           'ormats:'
  1903.       end
  1904.       object Label29: TLabel
  1905.         Left = 18
  1906.         Top = 33
  1907.         Width = 75
  1908.         Height = 13
  1909.         Caption = 'Default &syntax:'
  1910.         FocusControl = CbDefSyntax
  1911.         Transparent = True
  1912.       end
  1913.       object cbLinebreak: TComboBox
  1914.         Left = 123
  1915.         Top = 62
  1916.         Width = 235
  1917.         Height = 21
  1918.         Style = csDropDownList
  1919.         ItemHeight = 13
  1920.         TabOrder = 1
  1921.         Items.Strings = (
  1922.           'DOS (CR+LF)'
  1923.           'UNIX (LF)'
  1924.           'Mac (CR)')
  1925.       end
  1926.       object cbEncoding: TComboBox
  1927.         Left = 123
  1928.         Top = 94
  1929.         Width = 235
  1930.         Height = 21
  1931.         Style = csDropDownList
  1932.         ItemHeight = 13
  1933.         TabOrder = 2
  1934.         Items.Strings = (
  1935.           'Ansi '
  1936.           'Unicode'
  1937.           'UTF-8'
  1938.           'UTF-8 No Signature'
  1939.           'Big Endian')
  1940.       end
  1941.       object CkAutoWordWrap: TCheckBox
  1942.         Left = 18
  1943.         Top = 125
  1944.         Width = 241
  1945.         Height = 16
  1946.         Caption = 'Switch to wordwrap view on open/new files'
  1947.         TabOrder = 3
  1948.       end
  1949.       object CbDefSyntax: TComboBox
  1950.         Left = 123
  1951.         Top = 30
  1952.         Width = 235
  1953.         Height = 21
  1954.         Style = csDropDownList
  1955.         ItemHeight = 13
  1956.         TabOrder = 0
  1957.       end
  1958.       object lbSyntaxHelper: TListBox
  1959.         Left = 256
  1960.         Top = 24
  1961.         Width = 89
  1962.         Height = 33
  1963.         ItemHeight = 13
  1964.         TabOrder = 4
  1965.         Visible = False
  1966.       end
  1967.     end
  1968.   end
  1969.   object Button1: TButton
  1970.     Left = 411
  1971.     Top = 352
  1972.     Width = 70
  1973.     Height = 22
  1974.     Cancel = True
  1975.     Caption = '&Cancel'
  1976.     Font.Charset = DEFAULT_CHARSET
  1977.     Font.Color = clWindowText
  1978.     Font.Height = -11
  1979.     Font.Name = 'Tahoma'
  1980.     Font.Style = []
  1981.     ModalResult = 2
  1982.     ParentFont = False
  1983.     TabOrder = 3
  1984.   end
  1985.   object Button3: TButton
  1986.     Left = 337
  1987.     Top = 352
  1988.     Width = 70
  1989.     Height = 22
  1990.     Caption = '&OK'
  1991.     Default = True
  1992.     Font.Charset = DEFAULT_CHARSET
  1993.     Font.Color = clWindowText
  1994.     Font.Height = -11
  1995.     Font.Name = 'Tahoma'
  1996.     Font.Style = []
  1997.     ParentFont = False
  1998.     TabOrder = 2
  1999.     OnClick = Button3Click
  2000.   end
  2001.   object Button4: TButton
  2002.     Left = 485
  2003.     Top = 352
  2004.     Width = 70
  2005.     Height = 22
  2006.     Caption = '&Apply'
  2007.     Font.Charset = DEFAULT_CHARSET
  2008.     Font.Color = clWindowText
  2009.     Font.Height = -11
  2010.     Font.Name = 'Tahoma'
  2011.     Font.Style = []
  2012.     ParentFont = False
  2013.     TabOrder = 4
  2014.     OnClick = Button3Click
  2015.   end
  2016.   object Button6: TButton
  2017.     Left = 11
  2018.     Top = 351
  2019.     Width = 70
  2020.     Height = 22
  2021.     Action = CmdHelpPrefs
  2022.     Font.Charset = DEFAULT_CHARSET
  2023.     Font.Color = clWindowText
  2024.     Font.Height = -11
  2025.     Font.Name = 'Tahoma'
  2026.     Font.Style = []
  2027.     ParentFont = False
  2028.     TabOrder = 5
  2029.   end
  2030.   object FontDialog1: TFontDialog
  2031.     Font.Charset = DEFAULT_CHARSET
  2032.     Font.Color = clWindowText
  2033.     Font.Height = -11
  2034.     Font.Name = 'MS Sans Serif'
  2035.     Font.Style = []
  2036.     Left = 95
  2037.     Top = 328
  2038.   end
  2039.   object ColorDialog1: TColorDialog
  2040.     Options = [cdFullOpen]
  2041.     Left = 22
  2042.     Top = 286
  2043.   end
  2044.   object OpenDialog1: TCSOpenDialog
  2045.     DefaultExt = 'exe'
  2046.     Filter = 'Applications|*.exe;*.com;*.bat|All Files|*.*'
  2047.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  2048.     RegKey = '\Software\Carthago\Twistpad'
  2049.     RegRootKey = hkCurrentUser
  2050.     RegSection = 'FolderHistory'
  2051.     Left = 155
  2052.     Top = 329
  2053.   end
  2054.   object FontDialog2: TFontDialog
  2055.     Font.Charset = DEFAULT_CHARSET
  2056.     Font.Color = clWindowText
  2057.     Font.Height = -11
  2058.     Font.Name = 'MS Sans Serif'
  2059.     Font.Style = []
  2060.     Left = 154
  2061.     Top = 287
  2062.   end
  2063.   object PopupMenu1: TTBXPopupMenu
  2064.     Left = 54
  2065.     Top = 287
  2066.     object Filename2: TTBXItem
  2067.       Caption = '{Filename}'
  2068.       OnClick = Filename1Click
  2069.     end
  2070.     object SingleFilename2: TTBXItem
  2071.       Caption = '{Single Filename}'
  2072.       OnClick = Filename1Click
  2073.     end
  2074.     object TBXItem13: TTBXItem
  2075.       Caption = '{Single Filename Without Extension}'
  2076.       OnClick = Filename1Click
  2077.     end
  2078.     object path2: TTBXItem
  2079.       Caption = '{Path}'
  2080.       OnClick = Filename1Click
  2081.     end
  2082.     object ask2: TTBXItem
  2083.       Caption = '{Ask}'
  2084.       OnClick = N1Click
  2085.     end
  2086.     object TBXItem11: TTBXItem
  2087.       Caption = '{Selection}'
  2088.       OnClick = Filename1Click
  2089.     end
  2090.     object TBXItem12: TTBXItem
  2091.       Caption = '{Word At Caret}'
  2092.       OnClick = Filename1Click
  2093.     end
  2094.   end
  2095.   object PopupMenu2: TTBXPopupMenu
  2096.     Left = 90
  2097.     Top = 287
  2098.     object TBXItem5: TTBXItem
  2099.       Caption = '{n} Document Name and Path'
  2100.       OnClick = pnDocumentNameandPath1Click
  2101.     end
  2102.     object TBXItem4: TTBXItem
  2103.       Caption = '{d} Document name only'
  2104.       OnClick = pnDocumentNameandPath1Click
  2105.     end
  2106.     object TBXItem3: TTBXItem
  2107.       Caption = '{p} Page number'
  2108.       OnClick = pnDocumentNameandPath1Click
  2109.     end
  2110.     object TBXItem2: TTBXItem
  2111.       Caption = '{a} Current date'
  2112.       OnClick = pnDocumentNameandPath1Click
  2113.     end
  2114.     object TBXItem1: TTBXItem
  2115.       Caption = '{t} Current Time'
  2116.       OnClick = pnDocumentNameandPath1Click
  2117.     end
  2118.   end
  2119.   object PopupMenu3: TTBXPopupMenu
  2120.     Left = 120
  2121.     Top = 287
  2122.     object TBXItem6: TTBXItem
  2123.       Caption = '{n} Document Name and Path'
  2124.       OnClick = MenuItem1Click
  2125.     end
  2126.     object TBXItem7: TTBXItem
  2127.       Caption = '{d} Document name only'
  2128.       OnClick = MenuItem1Click
  2129.     end
  2130.     object TBXItem8: TTBXItem
  2131.       Caption = '{p} Page number'
  2132.       OnClick = MenuItem1Click
  2133.     end
  2134.     object TBXItem9: TTBXItem
  2135.       Caption = '{a} Current date'
  2136.       OnClick = MenuItem1Click
  2137.     end
  2138.     object TBXItem10: TTBXItem
  2139.       Caption = '{t} Current Time'
  2140.       OnClick = MenuItem1Click
  2141.     end
  2142.   end
  2143.   object TBXPopupMenu1: TTBXPopupMenu
  2144.     Left = 22
  2145.     Top = 311
  2146.     object TBXItem15: TTBXItem
  2147.       Caption = '{Tool Path}'
  2148.       OnClick = TBXItem15Click
  2149.     end
  2150.     object TBXItem14: TTBXItem
  2151.       Caption = '{Document Path}'
  2152.       OnClick = TBXItem15Click
  2153.     end
  2154.   end
  2155.   object ActionList1: TActionList
  2156.     Left = 56
  2157.     Top = 320
  2158.     object CmdHelpPrefs: TAction
  2159.       Caption = 'Help'
  2160.       OnExecute = CmdHelpPrefsExecute
  2161.     end
  2162.   end
  2163.   object dfsVersionInfoResource1: TdfsVersionInfoResource
  2164.     ForceEXE = True
  2165.     ShowResource = [pdCompanyName, pdFileDescription, pdFileVersion, pdInternalName, pdLegalCopyright, pdLegalTrademarks, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags]
  2166.     Left = 127
  2167.     Top = 329
  2168.   end
  2169. end
  2170.